home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / SYSDEP.H < prev    next >
C/C++ Source or Header  |  1994-12-12  |  293b  |  11 lines

  1. void    save_emu_state(NEWPROCESS *proc);
  2. void    load_emu_state(NEWPROCESS *proc);
  3. int    install_rsx387(void);
  4. void    get_emxl_psp(unsigned);
  5. void    build_emx_args(int *, char ***);
  6. void    build_dj_args(int *, char ***);
  7. void    set_stdout(void);
  8. void    flush_all_buffers(void);
  9.  
  10. extern UINT emu_sel;
  11.